<Schema name="DTMScanIdentSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:ident="x-schema:DTMIdentSchema.xml" xmlns:fdt="x-schema:FDTDataTypesSchema.xml">
	<!--Definition of Attributes-->
	<AttributeType name="resultState" dt:type="enumeration" dt:values="provisional final error"/>
	<AttributeType name="configuredState" dt:type="enumeration" dt:values="configuredAndPhysicallyAvailable  configuredAndNotPhysicallyAvailable availableButNotConfigured notApplicable"/>
	<ElementType name="IdAddress" content="empty" model="closed">
		<attribute type="ident:value" required="yes"/>
		<attribute type="ident:protocolSpecificName" required="yes"/>
	</ElementType>
	<ElementType name="IdBusProtocol" content="empty" model="closed">
		<attribute type="ident:value" required="yes"/>
		<attribute type="ident:protocolSpecificName" required="yes"/>
	</ElementType>
	<ElementType name="IdBusProtocolVersion" content="empty" model="closed">
		<attribute type="ident:value" required="no"/>
		<attribute type="ident:protocolSpecificName" required="yes"/>
	</ElementType>
	<ElementType name="IdManufacturer" content="empty" model="closed">
		<attribute type="ident:value" required="no"/>
		<attribute type="ident:protocolSpecificName" required="yes"/>
	</ElementType>
	<ElementType name="IdTypeID" content="empty" model="closed">
		<attribute type="ident:value" required="no"/>
		<attribute type="ident:protocolSpecificName" required="yes"/>
	</ElementType>
	<ElementType name="IdSoftwareRevision" content="empty" model="closed">
		<attribute type="ident:value" required="no"/>
		<attribute type="ident:protocolSpecificName" required="yes"/>
	</ElementType>
	<ElementType name="IdDeviceTag" content="empty" model="closed">
		<attribute type="ident:value" required="no"/>
		<attribute type="ident:protocolSpecificName" required="yes"/>
	</ElementType>
	<ElementType name="IdHardwareRevision" content="empty" model="closed">
		<attribute type="ident:value" required="no"/>
		<attribute type="ident:protocolSpecificName" required="yes"/>
	</ElementType>
	<ElementType name="IdSerialNumber" content="empty" model="closed">
		<attribute type="ident:value" required="no"/>
		<attribute type="ident:protocolSpecificName" required="yes"/>
	</ElementType>
	<ElementType name="IdValue" content="empty" model="closed">
		<attribute type="ident:name" required="yes"/>
		<attribute type="ident:value" required="yes"/>
		<attribute type="ident:protocolSpecificName" required="yes"/>
	</ElementType>
	<ElementType name="IdValues" content="eltOnly" model="closed">
		<element type="IdValue" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="ScanIdentification" content="eltOnly" model="closed">
		<attribute type="configuredState" required="no"/>
		<element type="fdt:CommunicationError" minOccurs="0" maxOccurs="1"/>
		<element type="IdBusProtocol" minOccurs="1" maxOccurs="1"/>
		<element type="IdBusProtocolVersion" minOccurs="1" maxOccurs="1"/>
		<element type="IdAddress" minOccurs="1" maxOccurs="1"/>
		<element type="IdManufacturer" minOccurs="1" maxOccurs="1"/>
		<element type="IdTypeID" minOccurs="1" maxOccurs="1"/>
		<element type="IdSoftwareRevision" minOccurs="1" maxOccurs="1"/>
		<element type="IdHardwareRevision" minOccurs="1" maxOccurs="1"/>
		<element type="IdDeviceTag" minOccurs="1" maxOccurs="1"/>
		<element type="IdSerialNumber" minOccurs="1" maxOccurs="1"/>
		<element type="IdValues" minOccurs="0" maxOccurs="1"/>
	</ElementType>
	<ElementType name="ScanIdentifications" content="eltOnly" model="closed">
		<attribute type="fdt:busCategory" required="yes"/>
		<attribute type="resultState" required="yes"/>
		<element type="ScanIdentification" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="FDT" content="eltOnly" model="closed">
		<element type="ScanIdentifications" minOccurs="1" maxOccurs="1"/>
	</ElementType>
</Schema>
